home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-10-09 | 602 b | 21 lines | [TEXT/MPS ] |
- /**********************************************************************************
- UValidText.r
- This files contains the string resource definition required by the
- TValidText class.
- **********************************************************************************/
-
- /* • Auto-Include the requirements for this source */
- #ifndef __TYPES.R__
- #include "Types.r"
- #endif
-
- #define kValidTextErrorStrings 700
-
- resource 'STR#' (kValidTextErrorStrings,
- #if qNames
- "kValidTextErrorStrings",
- #endif
- purgeable) {
- { /* [1] */ "You must enter a valid value in this field";
- }
- }; /* kValidTextErrorStrings */